home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / bcode / bcmag31.exe / {app} / bcMagic.exe / 0 / RCDATA / TFPRINTPROGRESS / TFPRINTPROGRESS.txt
Text File  |  2001-12-23  |  1KB  |  76 lines

  1. object FPrintProgress: TFPrintProgress
  2.   Left = 459
  3.   Top = 336
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Printing...'
  7.   ClientHeight = 119
  8.   ClientWidth = 228
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   Scaled = False
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object LPage: TLabel
  22.     Left = 0
  23.     Top = 52
  24.     Width = 228
  25.     Height = 14
  26.     Align = alTop
  27.     Alignment = taCenter
  28.     Caption = 'Page 1'
  29.   end
  30.   object Label1: TLabel
  31.     Left = 0
  32.     Top = 10
  33.     Width = 228
  34.     Height = 14
  35.     Align = alTop
  36.     Alignment = taCenter
  37.     Caption = 'Printing'
  38.   end
  39.   object LPrinterName: TLabel
  40.     Left = 0
  41.     Top = 38
  42.     Width = 228
  43.     Height = 14
  44.     Align = alTop
  45.     Alignment = taCenter
  46.     Caption = '{Printer Name}'
  47.   end
  48.   object Label3: TLabel
  49.     Left = 0
  50.     Top = 24
  51.     Width = 228
  52.     Height = 14
  53.     Align = alTop
  54.     Alignment = taCenter
  55.     Caption = 'on'
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 228
  61.     Height = 10
  62.     Align = alTop
  63.     BevelOuter = bvNone
  64.     TabOrder = 0
  65.   end
  66.   object CancelBtn: TButton
  67.     Left = 76
  68.     Top = 88
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&Cancel'
  72.     TabOrder = 1
  73.     OnClick = CancelBtnClick
  74.   end
  75. end
  76.